Html Css Color HEX #951ACF Dark Orchid

📋 copy color: '#951ACF'

red 149 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #951ACF

Tints of Dark Orchid #951ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.81%

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

R = 39.01%
G = 6.81%
B = 54.19%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#951ACF (or 0x951ACF) is known color: Dark Orchid. HEX triplet: 95, 1A and CF. RGB value is (149,26,207). Sum of RGB (Red+Green+Blue) = 149+26+207=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #951ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ACF is #6AE530. Grayscale: #525252. Windows color (decimal): -7005489 or 13572757. OLE color: 13572757.

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

Color convert

RGB 149 26 207 -
CMYK 0.28 0.87 0 0.19
HSL 280.77º 0.78% 0.46% -
HSV(B) 280.77º 0.87% 0.81% -
XYZ 24.03 11.63 60.01 -
YUV 83.41 197.75 174.78 -
System Red Green Blue C M Y K H S L
Decimal 149 26 207 0.28 0.87 0 0.19 280.77 0.78 0.46
Hex 95 1A CF 1C 57 0 13 119 4E 2E
Octal 225 32 317 34 127 0 23 431 116 56
Binary 10010101 11010 11001111 11100 1010111 0 10011 100011001 1001110 101110

Color Harmonies of #951ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ACF

Black with #951ACF

Text Example


Text Example

White with #951ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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