Html Css Color HEX #953FCF Dark Orchid

📋 copy color: '#953FCF'

red 149 ◦ green 63 ◦ blue 207

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

Shades of Dark Orchid #953FCF

Tints of Dark Orchid #953FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 15.04%

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

R = 35.56%
G = 15.04%
B = 49.4%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#953FCF (or 0x953FCF) is known color: Dark Orchid. HEX triplet: 95, 3F and CF. RGB value is (149,63,207). Sum of RGB (Red+Green+Blue) = 149+63+207=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #953FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FCF is #6AC030. Grayscale: #686868. Windows color (decimal): -6996017 or 13582229. OLE color: 13582229.

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

Color convert

RGB 149 63 207 -
CMYK 0.28 0.70 0 0.19
HSL 275.83º 0.6% 0.53% -
HSV(B) 275.83º 0.7% 0.81% -
XYZ 25.43 14.45 60.48 -
YUV 105.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 149 63 207 0.28 0.70 0 0.19 275.83 0.6 0.53
Hex 95 3F CF 1C 46 0 13 114 3C 35
Octal 225 77 317 34 106 0 23 424 74 65
Binary 10010101 111111 11001111 11100 1000110 0 10011 100010100 111100 110101

Color Harmonies of #953FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FCF

Black with #953FCF

Text Example


Text Example

White with #953FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953FCF; }

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

 H1.HeaderClassName
 {
   color: #953FCF;
 }
 .AnyTagClassName
 {
   color: #953FCF;
 }
</style>

background-color css

<style>
 a { background-color: #953FCF; }

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

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

border-color css

<style>
 span { border-color: #953FCF; }

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

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