Html Css Color HEX #9639BF Dark Orchid

📋 copy color: '#9639BF'

red 150 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #9639BF

Tints of Dark Orchid #9639BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 37.69%
G = 14.32%
B = 47.99%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9639BF (or 0x9639BF) is known color: Dark Orchid. HEX triplet: 96, 39 and BF. RGB value is (150,57,191). Sum of RGB (Red+Green+Blue) = 150+57+191=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #9639BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9639BF is #69C640. Grayscale: #636363. Windows color (decimal): -6932033 or 12532118. OLE color: 12532118.

HSL color Cylindrical-coordinate representation of color #9639BF: hue angle of 281.64º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9639BF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 57 191 -
CMYK 0.21 0.70 0 0.25
HSL 281.64º 0.54% 0.49% -
HSV(B) 281.64º 0.7% 0.75% -
XYZ 23.44 13.17 50.6 -
YUV 100.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 150 57 191 0.21 0.70 0 0.25 281.64 0.54 0.49
Hex 96 39 BF 15 46 0 19 11A 36 31
Octal 226 71 277 25 106 0 31 432 66 61
Binary 10010110 111001 10111111 10101 1000110 0 11001 100011010 110110 110001

Color Harmonies of #9639BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9639BF

Black with #9639BF

Text Example


Text Example

White with #9639BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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