Html Css Color HEX #960BFD Blue Violet

📋 copy color: '#960BFD'

red 150 ◦ green 11 ◦ blue 253

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

Shades of Blue Violet #960BFD

Tints of Blue Violet #960BFD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

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

R = 36.23%
G = 2.66%
B = 61.11%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#960BFD (or 0x960BFD) is known color: Blue Violet. HEX triplet: 96, 0B and FD. RGB value is (150,11,253). Sum of RGB (Red+Green+Blue) = 150+11+253=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 11 (4.69% from 255 or 2.66% 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 #960BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960BFD is #69F402. Grayscale: #4F4F4F. Windows color (decimal): -6943747 or 16583574. OLE color: 16583574.

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

Color convert

RGB 150 11 253 -
CMYK 0.41 0.96 0 0.01
HSL 274.46º 0.98% 0.52% -
HSV(B) 274.46º 0.96% 0.99% -
XYZ 30.43 13.82 93.99 -
YUV 80.15 225.55 177.82 -
System Red Green Blue C M Y K H S L
Decimal 150 11 253 0.41 0.96 0 0.01 274.46 0.98 0.52
Hex 96 B FD 29 60 0 1 112 62 34
Octal 226 13 375 51 140 0 1 422 142 64
Binary 10010110 1011 11111101 101001 1100000 0 1 100010010 1100010 110100

Color Harmonies of #960BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BFD

Black with #960BFD

Text Example


Text Example

White with #960BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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