Html Css Color HEX #950CFD Blue Violet

📋 copy color: '#950CFD'

red 149 ◦ green 12 ◦ blue 253

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

Shades of Blue Violet #950CFD

Tints of Blue Violet #950CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.9%

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 35.99%
G = 2.9%
B = 61.11%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#950CFD (or 0x950CFD) is known color: Blue Violet. HEX triplet: 95, 0C and FD. RGB value is (149,12,253). Sum of RGB (Red+Green+Blue) = 149+12+253=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #950CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CFD is #6AF302. Grayscale: #4F4F4F. Windows color (decimal): -7009027 or 16583829. OLE color: 16583829.

HSL color Cylindrical-coordinate representation of color #950CFD: hue angle of 274.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CFD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 12 253 -
CMYK 0.41 0.95 0 0.01
HSL 274.11º 0.98% 0.52% -
HSV(B) 274.11º 0.95% 0.99% -
XYZ 30.26 13.74 93.99 -
YUV 80.44 225.39 176.9 -
System Red Green Blue C M Y K H S L
Decimal 149 12 253 0.41 0.95 0 0.01 274.11 0.98 0.52
Hex 95 C FD 29 5F 0 1 112 62 34
Octal 225 14 375 51 137 0 1 422 142 64
Binary 10010101 1100 11111101 101001 1011111 0 1 100010010 1100010 110100

Color Harmonies of #950CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CFD

Black with #950CFD

Text Example


Text Example

White with #950CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950CFD; }

 p { color: rgb(149,12,253); }

 H1.HeaderClassName
 {
   color: #950CFD;
 }
 .AnyTagClassName
 {
   color: #950CFD;
 }
</style>

background-color css

<style>
 a { background-color: #950CFD; }

 a { background-color: rgb(149,12,253); }

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

border-color css

<style>
 span { border-color: #950CFD; }

 span { border-color: rgb(149,12,253); }

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