Html Css Color HEX #953ACF Dark Orchid

📋 copy color: '#953ACF'

red 149 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #953ACF

Tints of Dark Orchid #953ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.01%

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

R = 35.99%
G = 14.01%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#953ACF (or 0x953ACF) is known color: Dark Orchid. HEX triplet: 95, 3A and CF. RGB value is (149,58,207). Sum of RGB (Red+Green+Blue) = 149+58+207=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #953ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ACF is #6AC530. Grayscale: #656565. Windows color (decimal): -6997297 or 13580949. OLE color: 13580949.

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

Color convert

RGB 149 58 207 -
CMYK 0.28 0.72 0 0.19
HSL 276.64º 0.61% 0.52% -
HSV(B) 276.64º 0.72% 0.81% -
XYZ 25.17 13.92 60.39 -
YUV 102.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 149 58 207 0.28 0.72 0 0.19 276.64 0.61 0.52
Hex 95 3A CF 1C 48 0 13 115 3D 34
Octal 225 72 317 34 110 0 23 425 75 64
Binary 10010101 111010 11001111 11100 1001000 0 10011 100010101 111101 110100

Color Harmonies of #953ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ACF

Black with #953ACF

Text Example


Text Example

White with #953ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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