Html Css Color HEX #9636DB Dark Orchid

📋 copy color: '#9636DB'

red 150 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #9636DB

Tints of Dark Orchid #9636DB

RGB

 RED value IS 150 (58.98% from 255) = 35.46%

 GREEN value IS 54 (21.48% from 255) = 12.77%

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

R = 35.46%
G = 12.77%
B = 51.77%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9636DB (or 0x9636DB) is known color: Dark Orchid. HEX triplet: 96, 36 and DB. RGB value is (150,54,219). Sum of RGB (Red+Green+Blue) = 150+54+219=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #9636DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9636DB is #69C924. Grayscale: #646464. Windows color (decimal): -6932773 or 14366358. OLE color: 14366358.

HSL color Cylindrical-coordinate representation of color #9636DB: hue angle of 274.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9636DB is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 54 219 -
CMYK 0.32 0.75 0 0.14
HSL 274.91º 0.7% 0.54% -
HSV(B) 274.91º 0.75% 0.86% -
XYZ 26.68 14.24 68.36 -
YUV 101.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 150 54 219 0.32 0.75 0 0.14 274.91 0.7 0.54
Hex 96 36 DB 20 4B 0 E 113 46 36
Octal 226 66 333 40 113 0 16 423 106 66
Binary 10010110 110110 11011011 100000 1001011 0 1110 100010011 1000110 110110

Color Harmonies of #9636DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9636DB

Black with #9636DB

Text Example


Text Example

White with #9636DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9636DB; }

 p { color: rgb(150,54,219); }

 H1.HeaderClassName
 {
   color: #9636DB;
 }
 .AnyTagClassName
 {
   color: #9636DB;
 }
</style>

background-color css

<style>
 a { background-color: #9636DB; }

 a { background-color: rgb(150,54,219); }

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

border-color css

<style>
 span { border-color: #9636DB; }

 span { border-color: rgb(150,54,219); }

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