Html Css Color HEX #952FCF Dark Orchid

📋 copy color: '#952FCF'

red 149 ◦ green 47 ◦ blue 207

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

Shades of Dark Orchid #952FCF

Tints of Dark Orchid #952FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.66%

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

R = 36.97%
G = 11.66%
B = 51.36%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#952FCF (or 0x952FCF) is known color: Dark Orchid. HEX triplet: 95, 2F and CF. RGB value is (149,47,207). Sum of RGB (Red+Green+Blue) = 149+47+207=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #952FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FCF is #6AD030. Grayscale: #5F5F5F. Windows color (decimal): -7000113 or 13578133. OLE color: 13578133.

HSL color Cylindrical-coordinate representation of color #952FCF: hue angle of 278.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952FCF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 47 207 -
CMYK 0.28 0.77 0 0.19
HSL 278.25º 0.63% 0.5% -
HSV(B) 278.25º 0.77% 0.81% -
XYZ 24.67 12.93 60.23 -
YUV 95.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 149 47 207 0.28 0.77 0 0.19 278.25 0.63 0.5
Hex 95 2F CF 1C 4D 0 13 116 3F 32
Octal 225 57 317 34 115 0 23 426 77 62
Binary 10010101 101111 11001111 11100 1001101 0 10011 100010110 111111 110010

Color Harmonies of #952FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FCF

Black with #952FCF

Text Example


Text Example

White with #952FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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