Html Css Color HEX #9B3CBF Dark Orchid

📋 copy color: '#9B3CBF'

red 155 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #9B3CBF

Tints of Dark Orchid #9B3CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 38.18%
G = 14.78%
B = 47.04%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B3CBF (or 0x9B3CBF) is known color: Dark Orchid. HEX triplet: 9B, 3C and BF. RGB value is (155,60,191). Sum of RGB (Red+Green+Blue) = 155+60+191=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3CBF is #64C340. Grayscale: #666666. Windows color (decimal): -6603585 or 12532891. OLE color: 12532891.

HSL color Cylindrical-coordinate representation of color #9B3CBF: hue angle of 283.51º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3CBF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 60 191 -
CMYK 0.19 0.69 0 0.25
HSL 283.51º 0.52% 0.49% -
HSV(B) 283.51º 0.69% 0.75% -
XYZ 24.54 13.96 50.69 -
YUV 103.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 155 60 191 0.19 0.69 0 0.25 283.51 0.52 0.49
Hex 9B 3C BF 13 45 0 19 11C 34 31
Octal 233 74 277 23 105 0 31 434 64 61
Binary 10011011 111100 10111111 10011 1000101 0 11001 100011100 110100 110001

Color Harmonies of #9B3CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3CBF

Black with #9B3CBF

Text Example


Text Example

White with #9B3CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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