Html Css Color HEX #9B45CC Dark Orchid

📋 copy color: '#9B45CC'

red 155 ◦ green 69 ◦ blue 204

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

Shades of Dark Orchid #9B45CC

Tints of Dark Orchid #9B45CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.12%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 36.21%
G = 16.12%
B = 47.66%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B45CC (or 0x9B45CC) is known color: Dark Orchid. HEX triplet: 9B, 45 and CC. RGB value is (155,69,204). Sum of RGB (Red+Green+Blue) = 155+69+204=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B45CC is #64BA33. Grayscale: #6D6D6D. Windows color (decimal): -6601268 or 13387163. OLE color: 13387163.

HSL color Cylindrical-coordinate representation of color #9B45CC: hue angle of 278.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B45CC is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 69 204 -
CMYK 0.24 0.66 0 0.2
HSL 278.22º 0.57% 0.54% -
HSV(B) 278.22º 0.66% 0.8% -
XYZ 26.54 15.58 58.74 -
YUV 110.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 155 69 204 0.24 0.66 0 0.2 278.22 0.57 0.54
Hex 9B 45 CC 18 42 0 14 116 39 36
Octal 233 105 314 30 102 0 24 426 71 66
Binary 10011011 1000101 11001100 11000 1000010 0 10100 100010110 111001 110110

Color Harmonies of #9B45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B45CC

Black with #9B45CC

Text Example


Text Example

White with #9B45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,69,204); }

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

background-color css

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

 a { background-color: rgb(155,69,204); }

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

border-color css

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

 span { border-color: rgb(155,69,204); }

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