Html Css Color HEX #951BC7 Dark Orchid

📋 copy color: '#951BC7'

red 149 ◦ green 27 ◦ blue 199

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

Shades of Dark Orchid #951BC7

Tints of Dark Orchid #951BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 53.07%

R = 39.73%
G = 7.2%
B = 53.07%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#951BC7 (or 0x951BC7) is known color: Dark Orchid. HEX triplet: 95, 1B and C7. RGB value is (149,27,199). Sum of RGB (Red+Green+Blue) = 149+27+199=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #951BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BC7 is #6AE438. Grayscale: #525252. Windows color (decimal): -7005241 or 13048725. OLE color: 13048725.

HSL color Cylindrical-coordinate representation of color #951BC7: hue angle of 282.56º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951BC7 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 27 199 -
CMYK 0.25 0.86 0 0.22
HSL 282.56º 0.76% 0.44% -
HSV(B) 282.56º 0.86% 0.78% -
XYZ 23.1 11.3 55 -
YUV 83.09 193.42 175.01 -
System Red Green Blue C M Y K H S L
Decimal 149 27 199 0.25 0.86 0 0.22 282.56 0.76 0.44
Hex 95 1B C7 19 56 0 16 11B 4C 2C
Octal 225 33 307 31 126 0 26 433 114 54
Binary 10010101 11011 11000111 11001 1010110 0 10110 100011011 1001100 101100

Color Harmonies of #951BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BC7

Black with #951BC7

Text Example


Text Example

White with #951BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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