Html Css Color HEX #9639D7 Dark Orchid

📋 copy color: '#9639D7'

red 150 ◦ green 57 ◦ blue 215

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

Shades of Dark Orchid #9639D7

Tints of Dark Orchid #9639D7

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.51%

 BLUE value IS 215 (84.38% from 255) = 50.95%

R = 35.55%
G = 13.51%
B = 50.95%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9639D7 (or 0x9639D7) is known color: Dark Orchid. HEX triplet: 96, 39 and D7. RGB value is (150,57,215). Sum of RGB (Red+Green+Blue) = 150+57+215=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #9639D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9639D7 is #69C628. Grayscale: #666666. Windows color (decimal): -6932009 or 14104982. OLE color: 14104982.

HSL color Cylindrical-coordinate representation of color #9639D7: hue angle of 275.32º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9639D7 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 57 215 -
CMYK 0.30 0.73 0 0.16
HSL 275.32º 0.66% 0.53% -
HSV(B) 275.32º 0.73% 0.84% -
XYZ 26.31 14.32 65.67 -
YUV 102.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 150 57 215 0.30 0.73 0 0.16 275.32 0.66 0.53
Hex 96 39 D7 1E 49 0 10 113 42 35
Octal 226 71 327 36 111 0 20 423 102 65
Binary 10010110 111001 11010111 11110 1001001 0 10000 100010011 1000010 110101

Color Harmonies of #9639D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9639D7

Black with #9639D7

Text Example


Text Example

White with #9639D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9639D7; }

 p { color: rgb(150,57,215); }

 H1.HeaderClassName
 {
   color: #9639D7;
 }
 .AnyTagClassName
 {
   color: #9639D7;
 }
</style>

background-color css

<style>
 a { background-color: #9639D7; }

 a { background-color: rgb(150,57,215); }

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

border-color css

<style>
 span { border-color: #9639D7; }

 span { border-color: rgb(150,57,215); }

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