Html Css Color HEX #9640CA Dark Orchid

📋 copy color: '#9640CA'

red 150 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #9640CA

Tints of Dark Orchid #9640CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 36.06%
G = 15.38%
B = 48.56%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9640CA (or 0x9640CA) is known color: Dark Orchid. HEX triplet: 96, 40 and CA. RGB value is (150,64,202). Sum of RGB (Red+Green+Blue) = 150+64+202=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #9640CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9640CA is #69BF35. Grayscale: #686868. Windows color (decimal): -6930230 or 13254806. OLE color: 13254806.

HSL color Cylindrical-coordinate representation of color #9640CA: hue angle of 277.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9640CA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 64 202 -
CMYK 0.26 0.68 0 0.21
HSL 277.39º 0.57% 0.52% -
HSV(B) 277.39º 0.68% 0.79% -
XYZ 25.07 14.42 57.34 -
YUV 105.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 150 64 202 0.26 0.68 0 0.21 277.39 0.57 0.52
Hex 96 40 CA 1A 44 0 15 115 39 34
Octal 226 100 312 32 104 0 25 425 71 64
Binary 10010110 1000000 11001010 11010 1000100 0 10101 100010101 111001 110100

Color Harmonies of #9640CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9640CA

Black with #9640CA

Text Example


Text Example

White with #9640CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9640CA; }

 p { color: rgb(150,64,202); }

 H1.HeaderClassName
 {
   color: #9640CA;
 }
 .AnyTagClassName
 {
   color: #9640CA;
 }
</style>

background-color css

<style>
 a { background-color: #9640CA; }

 a { background-color: rgb(150,64,202); }

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

border-color css

<style>
 span { border-color: #9640CA; }

 span { border-color: rgb(150,64,202); }

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