Html Css Color HEX #962FFA Blue Violet

📋 copy color: '#962FFA'

red 150 ◦ green 47 ◦ blue 250

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

Shades of Blue Violet #962FFA

Tints of Blue Violet #962FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.51%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 33.56%
G = 10.51%
B = 55.93%

CMYK

 C value IS 0.4

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#962FFA (or 0x962FFA) is known color: Blue Violet. HEX triplet: 96, 2F and FA. RGB value is (150,47,250). Sum of RGB (Red+Green+Blue) = 150+47+250=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #962FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962FFA is #69D005. Grayscale: #646464. Windows color (decimal): -6934534 or 16396182. OLE color: 16396182.

HSL color Cylindrical-coordinate representation of color #962FFA: hue angle of 270.44º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962FFA is Cyan = 0.4, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 47 250 -
CMYK 0.4 0.81 0 0.02
HSL 270.44º 0.95% 0.58% -
HSV(B) 270.44º 0.81% 0.98% -
XYZ 30.85 15.42 91.79 -
YUV 100.94 212.12 162.99 -
System Red Green Blue C M Y K H S L
Decimal 150 47 250 0.4 0.81 0 0.02 270.44 0.95 0.58
Hex 96 2F FA 28 51 0 2 10E 5F 3A
Octal 226 57 372 50 121 0 2 416 137 72
Binary 10010110 101111 11111010 101000 1010001 0 10 100001110 1011111 111010

Color Harmonies of #962FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962FFA

Black with #962FFA

Text Example


Text Example

White with #962FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962FFA; }

 p { color: rgb(150,47,250); }

 H1.HeaderClassName
 {
   color: #962FFA;
 }
 .AnyTagClassName
 {
   color: #962FFA;
 }
</style>

background-color css

<style>
 a { background-color: #962FFA; }

 a { background-color: rgb(150,47,250); }

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

border-color css

<style>
 span { border-color: #962FFA; }

 span { border-color: rgb(150,47,250); }

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