Html Css Color HEX #9382CA True V

📋 copy color: '#9382CA'

red 147 ◦ green 130 ◦ blue 202

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

Shades of True V #9382CA

Tints of True V #9382CA

RGB

 RED value IS 147 (57.81% from 255) = 30.69%

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 30.69%
G = 27.14%
B = 42.17%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9382CA (or 0x9382CA) is known color: True V. HEX triplet: 93, 82 and CA. RGB value is (147,130,202). Sum of RGB (Red+Green+Blue) = 147+130+202=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #9382CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382CA is #6C7D35. Grayscale: #8F8F8F. Windows color (decimal): -7109942 or 13271699. OLE color: 13271699.

HSL color Cylindrical-coordinate representation of color #9382CA: hue angle of 254.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9382CA is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 130 202 -
CMYK 0.27 0.36 0 0.21
HSL 254.17º 0.4% 0.65% -
HSV(B) 254.17º 0.36% 0.79% -
XYZ 30.68 26.43 59.36 -
YUV 143.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 147 130 202 0.27 0.36 0 0.21 254.17 0.4 0.65
Hex 93 82 CA 1B 24 0 15 FE 28 41
Octal 223 202 312 33 44 0 25 376 50 101
Binary 10010011 10000010 11001010 11011 100100 0 10101 11111110 101000 1000001

Color Harmonies of #9382CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9382CA

Black with #9382CA

Text Example


Text Example

White with #9382CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9382CA; }

 p { color: rgb(147,130,202); }

 H1.HeaderClassName
 {
   color: #9382CA;
 }
 .AnyTagClassName
 {
   color: #9382CA;
 }
</style>

background-color css

<style>
 a { background-color: #9382CA; }

 a { background-color: rgb(147,130,202); }

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

border-color css

<style>
 span { border-color: #9382CA; }

 span { border-color: rgb(147,130,202); }

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