Html Css Color HEX #953BCF Dark Orchid

📋 copy color: '#953BCF'

red 149 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #953BCF

Tints of Dark Orchid #953BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.22%

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

R = 35.9%
G = 14.22%
B = 49.88%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#953BCF (or 0x953BCF) is known color: Dark Orchid. HEX triplet: 95, 3B and CF. RGB value is (149,59,207). Sum of RGB (Red+Green+Blue) = 149+59+207=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #953BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BCF is #6AC430. Grayscale: #666666. Windows color (decimal): -6997041 or 13581205. OLE color: 13581205.

HSL color Cylindrical-coordinate representation of color #953BCF: hue angle of 276.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953BCF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 59 207 -
CMYK 0.28 0.71 0 0.19
HSL 276.49º 0.61% 0.52% -
HSV(B) 276.49º 0.71% 0.81% -
XYZ 25.22 14.02 60.41 -
YUV 102.78 186.82 160.97 -
System Red Green Blue C M Y K H S L
Decimal 149 59 207 0.28 0.71 0 0.19 276.49 0.61 0.52
Hex 95 3B CF 1C 47 0 13 114 3D 34
Octal 225 73 317 34 107 0 23 424 75 64
Binary 10010101 111011 11001111 11100 1000111 0 10011 100010100 111101 110100

Color Harmonies of #953BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BCF

Black with #953BCF

Text Example


Text Example

White with #953BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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