Html Css Color HEX #9639B6 Dark Orchid

📋 copy color: '#9639B6'

red 150 ◦ green 57 ◦ blue 182

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

Shades of Dark Orchid #9639B6

Tints of Dark Orchid #9639B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 38.56%
G = 14.65%
B = 46.79%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9639B6 (or 0x9639B6) is known color: Dark Orchid. HEX triplet: 96, 39 and B6. RGB value is (150,57,182). Sum of RGB (Red+Green+Blue) = 150+57+182=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #9639B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9639B6 is #69C649. Grayscale: #626262. Windows color (decimal): -6932042 or 11942294. OLE color: 11942294.

HSL color Cylindrical-coordinate representation of color #9639B6: hue angle of 284.64º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9639B6 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 57 182 -
CMYK 0.18 0.69 0 0.29
HSL 284.64º 0.52% 0.47% -
HSV(B) 284.64º 0.69% 0.71% -
XYZ 22.48 12.79 45.54 -
YUV 99.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 150 57 182 0.18 0.69 0 0.29 284.64 0.52 0.47
Hex 96 39 B6 12 45 0 1D 11D 34 2F
Octal 226 71 266 22 105 0 35 435 64 57
Binary 10010110 111001 10110110 10010 1000101 0 11101 100011101 110100 101111

Color Harmonies of #9639B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9639B6

Black with #9639B6

Text Example


Text Example

White with #9639B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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