Html Css Color HEX #951BD4 Dark Orchid

📋 copy color: '#951BD4'

red 149 ◦ green 27 ◦ blue 212

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

Shades of Dark Orchid #951BD4

Tints of Dark Orchid #951BD4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.96%

 BLUE value IS 212 (83.2% from 255) = 54.64%

R = 38.4%
G = 6.96%
B = 54.64%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#951BD4 (or 0x951BD4) is known color: Dark Orchid. HEX triplet: 95, 1B and D4. RGB value is (149,27,212). Sum of RGB (Red+Green+Blue) = 149+27+212=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #951BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BD4 is #6AE42B. Grayscale: #535353. Windows color (decimal): -7005228 or 13900693. OLE color: 13900693.

HSL color Cylindrical-coordinate representation of color #951BD4: hue angle of 279.57º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951BD4 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 27 212 -
CMYK 0.30 0.87 0 0.17
HSL 279.57º 0.77% 0.47% -
HSV(B) 279.57º 0.87% 0.83% -
XYZ 24.67 11.93 63.29 -
YUV 84.57 199.92 173.96 -
System Red Green Blue C M Y K H S L
Decimal 149 27 212 0.30 0.87 0 0.17 279.57 0.77 0.47
Hex 95 1B D4 1E 57 0 11 118 4D 2F
Octal 225 33 324 36 127 0 21 430 115 57
Binary 10010101 11011 11010100 11110 1010111 0 10001 100011000 1001101 101111

Color Harmonies of #951BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BD4

Black with #951BD4

Text Example


Text Example

White with #951BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,212); }

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

background-color css

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

 a { background-color: rgb(149,27,212); }

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

border-color css

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

 span { border-color: rgb(149,27,212); }

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