Html Css Color HEX #9540CA Dark Orchid

📋 copy color: '#9540CA'

red 149 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #9540CA

Tints of Dark Orchid #9540CA

RGB

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

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

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

R = 35.9%
G = 15.42%
B = 48.67%

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

#9540CA (or 0x9540CA) is known color: Dark Orchid. HEX triplet: 95, 40 and CA. RGB value is (149,64,202). Sum of RGB (Red+Green+Blue) = 149+64+202=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #9540CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540CA is #6ABF35. Grayscale: #686868. Windows color (decimal): -6995766 or 13254805. OLE color: 13254805.

HSL color Cylindrical-coordinate representation of color #9540CA: hue angle of 276.96º 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 #9540CA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 64 202 -
CMYK 0.26 0.68 0 0.21
HSL 276.96º 0.57% 0.52% -
HSV(B) 276.96º 0.68% 0.79% -
XYZ 24.89 14.32 57.33 -
YUV 105.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 149 64 202 0.26 0.68 0 0.21 276.96 0.57 0.52
Hex 95 40 CA 1A 44 0 15 115 39 34
Octal 225 100 312 32 104 0 25 425 71 64
Binary 10010101 1000000 11001010 11010 1000100 0 10101 100010101 111001 110100

Color Harmonies of #9540CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9540CA

Black with #9540CA

Text Example


Text Example

White with #9540CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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