Html Css Color HEX #953FBE Dark Orchid

📋 copy color: '#953FBE'

red 149 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #953FBE

Tints of Dark Orchid #953FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 37.06%
G = 15.67%
B = 47.26%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#953FBE (or 0x953FBE) is known color: Dark Orchid. HEX triplet: 95, 3F and BE. RGB value is (149,63,190). Sum of RGB (Red+Green+Blue) = 149+63+190=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #953FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FBE is #6AC041. Grayscale: #666666. Windows color (decimal): -6996034 or 12468117. OLE color: 12468117.

HSL color Cylindrical-coordinate representation of color #953FBE: hue angle of 280.63º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953FBE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 63 190 -
CMYK 0.22 0.67 0 0.25
HSL 280.63º 0.5% 0.5% -
HSV(B) 280.63º 0.67% 0.75% -
XYZ 23.47 13.66 50.12 -
YUV 103.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 149 63 190 0.22 0.67 0 0.25 280.63 0.5 0.5
Hex 95 3F BE 16 43 0 19 119 32 32
Octal 225 77 276 26 103 0 31 431 62 62
Binary 10010101 111111 10111110 10110 1000011 0 11001 100011001 110010 110010

Color Harmonies of #953FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FBE

Black with #953FBE

Text Example


Text Example

White with #953FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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