Html Css Color HEX #9B45DB Dark Orchid

📋 copy color: '#9B45DB'

red 155 ◦ green 69 ◦ blue 219

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

Shades of Dark Orchid #9B45DB

Tints of Dark Orchid #9B45DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 34.99%
G = 15.58%
B = 49.44%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B45DB (or 0x9B45DB) is known color: Dark Orchid. HEX triplet: 9B, 45 and DB. RGB value is (155,69,219). Sum of RGB (Red+Green+Blue) = 155+69+219=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B45DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B45DB is #64BA24. Grayscale: #6F6F6F. Windows color (decimal): -6601253 or 14370203. OLE color: 14370203.

HSL color Cylindrical-coordinate representation of color #9B45DB: hue angle of 274.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B45DB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 69 219 -
CMYK 0.29 0.68 0 0.14
HSL 274.4º 0.68% 0.56% -
HSV(B) 274.4º 0.68% 0.86% -
XYZ 28.43 16.34 68.67 -
YUV 111.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 155 69 219 0.29 0.68 0 0.14 274.4 0.68 0.56
Hex 9B 45 DB 1D 44 0 E 112 44 38
Octal 233 105 333 35 104 0 16 422 104 70
Binary 10011011 1000101 11011011 11101 1000100 0 1110 100010010 1000100 111000

Color Harmonies of #9B45DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B45DB

Black with #9B45DB

Text Example


Text Example

White with #9B45DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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