Html Css Color HEX #9B3CBA Dark Orchid

📋 copy color: '#9B3CBA'

red 155 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #9B3CBA

Tints of Dark Orchid #9B3CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 38.65%
G = 14.96%
B = 46.38%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B3CBA (or 0x9B3CBA) is known color: Dark Orchid. HEX triplet: 9B, 3C and BA. RGB value is (155,60,186). Sum of RGB (Red+Green+Blue) = 155+60+186=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3CBA is #64C345. Grayscale: #666666. Windows color (decimal): -6603590 or 12205211. OLE color: 12205211.

HSL color Cylindrical-coordinate representation of color #9B3CBA: hue angle of 285.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3CBA is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 60 186 -
CMYK 0.17 0.68 0 0.27
HSL 285.24º 0.51% 0.48% -
HSV(B) 285.24º 0.68% 0.73% -
XYZ 24 13.75 47.84 -
YUV 102.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 155 60 186 0.17 0.68 0 0.27 285.24 0.51 0.48
Hex 9B 3C BA 11 44 0 1B 11D 33 30
Octal 233 74 272 21 104 0 33 435 63 60
Binary 10011011 111100 10111010 10001 1000100 0 11011 100011101 110011 110000

Color Harmonies of #9B3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3CBA

Black with #9B3CBA

Text Example


Text Example

White with #9B3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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