Html Css Color HEX #951AC1 Dark Orchid

📋 copy color: '#951AC1'

red 149 ◦ green 26 ◦ blue 193

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

Shades of Dark Orchid #951AC1

Tints of Dark Orchid #951AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.45%

R = 40.49%
G = 7.07%
B = 52.45%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#951AC1 (or 0x951AC1) is known color: Dark Orchid. HEX triplet: 95, 1A and C1. RGB value is (149,26,193). Sum of RGB (Red+Green+Blue) = 149+26+193=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #951AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AC1 is #6AE53E. Grayscale: #515151. Windows color (decimal): -7005503 or 12655253. OLE color: 12655253.

HSL color Cylindrical-coordinate representation of color #951AC1: hue angle of 284.19º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951AC1 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 26 193 -
CMYK 0.23 0.87 0 0.24
HSL 284.19º 0.76% 0.43% -
HSV(B) 284.19º 0.87% 0.76% -
XYZ 22.39 10.98 51.39 -
YUV 81.82 190.75 175.92 -
System Red Green Blue C M Y K H S L
Decimal 149 26 193 0.23 0.87 0 0.24 284.19 0.76 0.43
Hex 95 1A C1 17 57 0 18 11C 4C 2B
Octal 225 32 301 27 127 0 30 434 114 53
Binary 10010101 11010 11000001 10111 1010111 0 11000 100011100 1001100 101011

Color Harmonies of #951AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AC1

Black with #951AC1

Text Example


Text Example

White with #951AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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