Html Css Color HEX #9B45CB Dark Orchid

📋 copy color: '#9B45CB'

red 155 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #9B45CB

Tints of Dark Orchid #9B45CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 36.3%
G = 16.16%
B = 47.54%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B45CB (or 0x9B45CB) is known color: Dark Orchid. HEX triplet: 9B, 45 and CB. RGB value is (155,69,203). Sum of RGB (Red+Green+Blue) = 155+69+203=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B45CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B45CB is #64BA34. Grayscale: #6D6D6D. Windows color (decimal): -6601269 or 13321627. OLE color: 13321627.

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

Color convert

RGB 155 69 203 -
CMYK 0.24 0.66 0 0.20
HSL 278.51º 0.56% 0.53% -
HSV(B) 278.51º 0.66% 0.8% -
XYZ 26.43 15.54 58.11 -
YUV 109.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 155 69 203 0.24 0.66 0 0.20 278.51 0.56 0.53
Hex 9B 45 CB 18 42 0 14 117 38 35
Octal 233 105 313 30 102 0 24 427 70 65
Binary 10011011 1000101 11001011 11000 1000010 0 10100 100010111 111000 110101

Color Harmonies of #9B45CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B45CB

Black with #9B45CB

Text Example


Text Example

White with #9B45CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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