Html Css Color HEX #9638EE Blue Violet

📋 copy color: '#9638EE'

red 150 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #9638EE

Tints of Blue Violet #9638EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.61%

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 33.78%
G = 12.61%
B = 53.6%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9638EE (or 0x9638EE) is known color: Blue Violet. HEX triplet: 96, 38 and EE. RGB value is (150,56,238). Sum of RGB (Red+Green+Blue) = 150+56+238=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #9638EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9638EE is #69C711. Grayscale: #686868. Windows color (decimal): -6932242 or 15612054. OLE color: 15612054.

HSL color Cylindrical-coordinate representation of color #9638EE: hue angle of 270.99º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9638EE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 56 238 -
CMYK 0.37 0.76 0 0.07
HSL 270.99º 0.84% 0.58% -
HSV(B) 270.99º 0.76% 0.93% -
XYZ 29.42 15.49 82.33 -
YUV 104.85 203.14 160.2 -
System Red Green Blue C M Y K H S L
Decimal 150 56 238 0.37 0.76 0 0.07 270.99 0.84 0.58
Hex 96 38 EE 25 4C 0 7 10F 54 3A
Octal 226 70 356 45 114 0 7 417 124 72
Binary 10010110 111000 11101110 100101 1001100 0 111 100001111 1010100 111010

Color Harmonies of #9638EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9638EE

Black with #9638EE

Text Example


Text Example

White with #9638EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9638EE; }

 p { color: rgb(150,56,238); }

 H1.HeaderClassName
 {
   color: #9638EE;
 }
 .AnyTagClassName
 {
   color: #9638EE;
 }
</style>

background-color css

<style>
 a { background-color: #9638EE; }

 a { background-color: rgb(150,56,238); }

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

border-color css

<style>
 span { border-color: #9638EE; }

 span { border-color: rgb(150,56,238); }

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