Html Css Color HEX #9B3BC8 Dark Orchid

📋 copy color: '#9B3BC8'

red 155 ◦ green 59 ◦ blue 200

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

Shades of Dark Orchid #9B3BC8

Tints of Dark Orchid #9B3BC8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.25%

 BLUE value IS 200 (78.52% from 255) = 48.31%

R = 37.44%
G = 14.25%
B = 48.31%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9B3BC8 (or 0x9B3BC8) is known color: Dark Orchid. HEX triplet: 9B, 3B and C8. RGB value is (155,59,200). Sum of RGB (Red+Green+Blue) = 155+59+200=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B3BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BC8 is #64C437. Grayscale: #676767. Windows color (decimal): -6603832 or 13122459. OLE color: 13122459.

HSL color Cylindrical-coordinate representation of color #9B3BC8: hue angle of 280.85º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B3BC8 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 59 200 -
CMYK 0.22 0.70 0 0.22
HSL 280.85º 0.56% 0.51% -
HSV(B) 280.85º 0.71% 0.78% -
XYZ 25.51 14.27 56.05 -
YUV 103.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 155 59 200 0.22 0.70 0 0.22 280.85 0.56 0.51
Hex 9B 3B C8 16 46 0 16 119 38 33
Octal 233 73 310 26 106 0 26 431 70 63
Binary 10011011 111011 11001000 10110 1000110 0 10110 100011001 111000 110011

Color Harmonies of #9B3BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3BC8

Black with #9B3BC8

Text Example


Text Example

White with #9B3BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,59,200); }

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

background-color css

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

 a { background-color: rgb(155,59,200); }

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

border-color css

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

 span { border-color: rgb(155,59,200); }

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