Html Css Color HEX #9633DB Dark Orchid

📋 copy color: '#9633DB'

red 150 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #9633DB

Tints of Dark Orchid #9633DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.14%

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

R = 35.71%
G = 12.14%
B = 52.14%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9633DB (or 0x9633DB) is known color: Dark Orchid. HEX triplet: 96, 33 and DB. RGB value is (150,51,219). Sum of RGB (Red+Green+Blue) = 150+51+219=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #9633DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633DB is #69CC24. Grayscale: #636363. Windows color (decimal): -6933541 or 14365590. OLE color: 14365590.

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

Color convert

RGB 150 51 219 -
CMYK 0.32 0.77 0 0.14
HSL 275.36º 0.7% 0.53% -
HSV(B) 275.36º 0.77% 0.86% -
XYZ 26.55 13.97 68.31 -
YUV 99.75 195.3 163.84 -
System Red Green Blue C M Y K H S L
Decimal 150 51 219 0.32 0.77 0 0.14 275.36 0.7 0.53
Hex 96 33 DB 20 4D 0 E 113 46 35
Octal 226 63 333 40 115 0 16 423 106 65
Binary 10010110 110011 11011011 100000 1001101 0 1110 100010011 1000110 110101

Color Harmonies of #9633DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9633DB

Black with #9633DB

Text Example


Text Example

White with #9633DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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