Html Css Color HEX #9B3DBF Dark Orchid

📋 copy color: '#9B3DBF'

red 155 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #9B3DBF

Tints of Dark Orchid #9B3DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

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

R = 38.08%
G = 14.99%
B = 46.93%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B3DBF (or 0x9B3DBF) is known color: Dark Orchid. HEX triplet: 9B, 3D and BF. RGB value is (155,61,191). Sum of RGB (Red+Green+Blue) = 155+61+191=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DBF is #64C240. Grayscale: #676767. Windows color (decimal): -6603329 or 12533147. OLE color: 12533147.

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

Color convert

RGB 155 61 191 -
CMYK 0.19 0.68 0 0.25
HSL 283.38º 0.52% 0.49% -
HSV(B) 283.38º 0.68% 0.75% -
XYZ 24.59 14.07 50.71 -
YUV 103.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 155 61 191 0.19 0.68 0 0.25 283.38 0.52 0.49
Hex 9B 3D BF 13 44 0 19 11B 34 31
Octal 233 75 277 23 104 0 31 433 64 61
Binary 10011011 111101 10111111 10011 1000100 0 11001 100011011 110100 110001

Color Harmonies of #9B3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3DBF

Black with #9B3DBF

Text Example


Text Example

White with #9B3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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