Html Css Color HEX #9539CA Dark Orchid

📋 copy color: '#9539CA'

red 149 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #9539CA

Tints of Dark Orchid #9539CA

RGB

 RED value IS 149 (58.59% from 255) = 36.52%

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

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

R = 36.52%
G = 13.97%
B = 49.51%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9539CA (or 0x9539CA) is known color: Dark Orchid. HEX triplet: 95, 39 and CA. RGB value is (149,57,202). Sum of RGB (Red+Green+Blue) = 149+57+202=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #9539CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539CA is #6AC635. Grayscale: #646464. Windows color (decimal): -6997558 or 13253013. OLE color: 13253013.

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

Color convert

RGB 149 57 202 -
CMYK 0.26 0.72 0 0.21
HSL 278.07º 0.58% 0.51% -
HSV(B) 278.07º 0.72% 0.79% -
XYZ 24.52 13.58 57.21 -
YUV 101.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 149 57 202 0.26 0.72 0 0.21 278.07 0.58 0.51
Hex 95 39 CA 1A 48 0 15 116 3A 33
Octal 225 71 312 32 110 0 25 426 72 63
Binary 10010101 111001 11001010 11010 1001000 0 10101 100010110 111010 110011

Color Harmonies of #9539CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9539CA

Black with #9539CA

Text Example


Text Example

White with #9539CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,57,202); }

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

background-color css

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

 a { background-color: rgb(149,57,202); }

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

border-color css

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

 span { border-color: rgb(149,57,202); }

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