Html Css Color HEX #9B38DB Dark Orchid

📋 copy color: '#9B38DB'

red 155 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #9B38DB

Tints of Dark Orchid #9B38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.02%

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

R = 36.05%
G = 13.02%
B = 50.93%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B38DB (or 0x9B38DB) is known color: Dark Orchid. HEX triplet: 9B, 38 and DB. RGB value is (155,56,219). Sum of RGB (Red+Green+Blue) = 155+56+219=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B38DB is #64C724. Grayscale: #676767. Windows color (decimal): -6604581 or 14366875. OLE color: 14366875.

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

Color convert

RGB 155 56 219 -
CMYK 0.29 0.74 0 0.14
HSL 276.44º 0.69% 0.54% -
HSV(B) 276.44º 0.74% 0.86% -
XYZ 27.72 14.91 68.44 -
YUV 104.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 155 56 219 0.29 0.74 0 0.14 276.44 0.69 0.54
Hex 9B 38 DB 1D 4A 0 E 114 45 36
Octal 233 70 333 35 112 0 16 424 105 66
Binary 10011011 111000 11011011 11101 1001010 0 1110 100010100 1000101 110110

Color Harmonies of #9B38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B38DB

Black with #9B38DB

Text Example


Text Example

White with #9B38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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