Html Css Color HEX #9540CF Dark Orchid

📋 copy color: '#9540CF'

red 149 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #9540CF

Tints of Dark Orchid #9540CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 35.48%
G = 15.24%
B = 49.29%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9540CF (or 0x9540CF) is known color: Dark Orchid. HEX triplet: 95, 40 and CF. RGB value is (149,64,207). Sum of RGB (Red+Green+Blue) = 149+64+207=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #9540CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540CF is #6ABF30. Grayscale: #696969. Windows color (decimal): -6995761 or 13582485. OLE color: 13582485.

HSL color Cylindrical-coordinate representation of color #9540CF: hue angle of 275.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9540CF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 64 207 -
CMYK 0.28 0.69 0 0.19
HSL 275.66º 0.6% 0.53% -
HSV(B) 275.66º 0.69% 0.81% -
XYZ 25.49 14.56 60.5 -
YUV 105.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 149 64 207 0.28 0.69 0 0.19 275.66 0.6 0.53
Hex 95 40 CF 1C 45 0 13 114 3C 35
Octal 225 100 317 34 105 0 23 424 74 65
Binary 10010101 1000000 11001111 11100 1000101 0 10011 100010100 111100 110101

Color Harmonies of #9540CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9540CF

Black with #9540CF

Text Example


Text Example

White with #9540CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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