Html Css Color HEX #960CFD Blue Violet

📋 copy color: '#960CFD'

red 150 ◦ green 12 ◦ blue 253

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

Shades of Blue Violet #960CFD

Tints of Blue Violet #960CFD

RGB

 RED value IS 150 (58.98% from 255) = 36.14%

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

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

R = 36.14%
G = 2.89%
B = 60.96%

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

#960CFD (or 0x960CFD) is known color: Blue Violet. HEX triplet: 96, 0C and FD. RGB value is (150,12,253). Sum of RGB (Red+Green+Blue) = 150+12+253=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #960CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960CFD is #69F302. Grayscale: #4F4F4F. Windows color (decimal): -6943491 or 16583830. OLE color: 16583830.

HSL color Cylindrical-coordinate representation of color #960CFD: hue angle of 274.36º 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 #960CFD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 12 253 -
CMYK 0.41 0.95 0 0.01
HSL 274.36º 0.98% 0.52% -
HSV(B) 274.36º 0.95% 0.99% -
XYZ 30.44 13.84 94 -
YUV 80.74 225.22 177.4 -
System Red Green Blue C M Y K H S L
Decimal 150 12 253 0.41 0.95 0 0.01 274.36 0.98 0.52
Hex 96 C FD 29 5F 0 1 112 62 34
Octal 226 14 375 51 137 0 1 422 142 64
Binary 10010110 1100 11111101 101001 1011111 0 1 100010010 1100010 110100

Color Harmonies of #960CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CFD

Black with #960CFD

Text Example


Text Example

White with #960CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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