Html Css Color HEX #9B3CB7 Dark Orchid

📋 copy color: '#9B3CB7'

red 155 ◦ green 60 ◦ blue 183

#9B3CB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9B3CB7

Tints of Dark Orchid #9B3CB7

RGB

 RED value IS 155 (60.94% from 255) = 38.94%

 GREEN value IS 60 (23.83% from 255) = 15.08%

 BLUE value IS 183 (71.88% from 255) = 45.98%

R = 38.94%
G = 15.08%
B = 45.98%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B3CB7 (or 0x9B3CB7) is known color: Dark Orchid. HEX triplet: 9B, 3C and B7. RGB value is (155,60,183). Sum of RGB (Red+Green+Blue) = 155+60+183=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 183 - color contains mainly: blue. Hex color #9B3CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3CB7 is #64C348. Grayscale: #666666. Windows color (decimal): -6603593 or 12008603. OLE color: 12008603.

HSL color Cylindrical-coordinate representation of color #9B3CB7: hue angle of 286.34º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3CB7 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 60 183 -
CMYK 0.15 0.67 0 0.28
HSL 286.34º 0.51% 0.48% -
HSV(B) 286.34º 0.67% 0.72% -
XYZ 23.68 13.62 46.18 -
YUV 102.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 155 60 183 0.15 0.67 0 0.28 286.34 0.51 0.48
Hex 9B 3C B7 F 43 0 1C 11E 33 30
Octal 233 74 267 17 103 0 34 436 63 60
Binary 10011011 111100 10110111 1111 1000011 0 11100 100011110 110011 110000

Color Harmonies of #9B3CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3CB7

Black with #9B3CB7

Text Example


Text Example

White with #9B3CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3CB7; }

 p { color: rgb(155,60,183); }

 H1.HeaderClassName
 {
   color: #9B3CB7;
 }
 .AnyTagClassName
 {
   color: #9B3CB7;
 }
</style>

background-color css

<style>
 a { background-color: #9B3CB7; }

 a { background-color: rgb(155,60,183); }

 div.DivClassName
 {
   background-color: #9B3CB7;
 }
 .BgClassName
 {
   background-color: #9B3CB7;
 }
</style>

border-color css

<style>
 span { border-color: #9B3CB7; }

 span { border-color: rgb(155,60,183); }

 td.TdClassName
 {
   border-color: #9B3CB7;
 }
 .TagClassName
 {
   border-color: #9B3CB7;
 }
</style>