#9633FC

Color #9633FC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9633FC

Tints of Blue Violet #9633FC

Color information

#9633FC (or 0x9633FC) is unknown color: approx Blue Violet. HEX triplet: 96, 33 and FC. RGB value is (150,51,252). Sum of RGB (Red+Green+Blue) = 150+51+252=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #9633FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9633FC is #69CC03. Grayscale: #666666. Windows color (decimal): -6933508 or 16528278. OLE color: 16528278.

HSL color Cylindrical-coordinate representation of color #9633FC: hue angle of 269.55º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9633FC is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15051252-
CMYK0.400.8000.01
HSL269.55º97.1%59.41%-
HSV(B)269.55º79.76%98.82%-
XYZ31.3315.8893.51-
YUV103.52211.8161.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 252 (98.83% from 255) = 55.63%
R=33.11%
G=11.26%
B=55.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150512520.400.8000.01269.5597.159.41
Hex9633FC28500110e613b
Octal22663374501200141614173
Binary10010110110011111111001010001010000011000011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9633FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9633FC; }

 p { color: rgb(150,51,252); }

 H1.HeaderClassName
 {
   color: #9633FC;
 }
 .AnyTagClassName
 {
   color: #9633FC;
 }
</style>
background-color css

<style>
 a { background-color: #9633FC; }

 a { background-color: rgb(150,51,252); }

 div.DivClassName
 {
   background-color: #9633FC;
 }
 .BgClassName
 {
   background-color: #9633FC;
 }
</style>
border-color css

<style>
 span { border-color: #9633FC; }

 span { border-color: rgb(150,51,252); }

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